Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave-mash committed Jan 8, 2022
0 parents commit f2afb5b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Twitter Clone Vanilla Javascript
An attempt to clone Twitter(i.e tweeting) with vanilla Javascript.

This project is part of a series of projects aimed at exploring the ins and outs of building a vanilla Javascript project on the web; some possible challenges one could encounter and some available yet practical solutions.
# Why?
Practice! Practice! Practice!
# Who is this meant for?
Beginner/Intermediate developers looking to hone their Javascript skills on the web platform
### Linting and Code Style
- [AirBnB](https://github.com/airbnb/javascript)
### Pre-processing
- [Webpack](https://webpack.js.org/)
### Contributing

0 comments on commit f2afb5b

Please sign in to comment.