-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit f2afb5b
Showing
1 changed file
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |